home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / root / .bash_profile.orig < prev    next >
Text File  |  2006-01-24  |  169b  |  12 lines

  1. #!/bin/bash
  2.  
  3. alias ls='ls --color'
  4. alias aemerge='ACCEPT_KEYWORDS="~x86" emerge'
  5. alias cp='cp -i'
  6. alias mv='mv -i'
  7.  
  8.  
  9. if [ $(tty) == /dev/tty1 ]; then
  10.     cat /root/motd
  11. fi
  12.